home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / games / delirium.zip / BOOTDISK.BAT < prev    next >
DOS Batch File  |  1996-04-09  |  1KB  |  37 lines

  1. @echo off
  2. cls
  3. echo This program will now create a bootdisk for Escape from Delirium!
  4. echo Please insert a floppy disk into your drive A:
  5. echo.
  6. echo WARNING! The entire disk will be deleted/overwritten!
  7. echo.
  8. echo Dieses Programm erstellt eine BOOTDISK für Escape from Delirium!
  9. echo Bitte eine Diskette in Laufwerk A: einlegen!
  10. echo.
  11. echo ACHTUNG! Die Diskette wird komplett gelöscht!
  12. echo.
  13. echo Press CRTL+C to cancel!
  14. echo Drücken Sie STRG+C um abzubrechen!
  15. echo.
  16. pause
  17. cls
  18. echo Please follow the instructions on the screen!
  19. echo Bitte folgen Sie den Anweisungen auf Ihrem Bildschirm!
  20. echo.
  21. format a: /U /S
  22. cls
  23. echo Files are being copied to your Disk!
  24. echo Systemdateien werden nun auf Ihre Festplatte kopiert!
  25. echo.
  26. if exist C:\COMMAND.COM copy command.com a:\
  27. copy BOOTDISK.AUT A:\AUTOEXEC.BAT
  28. copy BOOTDISK.CNF A:\CONFIG.SYS
  29. echo.
  30. echo Finished! Please reboot your computer and leave the disk inside the
  31. echo disk-drive!
  32. echo Fertig! Starten Sie Ihren Rechner bitte neu, lassen Sie aber die
  33. echo Diskette im Laufwerk!
  34. echo.
  35.  
  36.  
  37.